path/filepath.statDirEntry.IsDir (method, view implemented interface methods)

one use

	path/filepath (current package)
		path.go#L545: func (d *statDirEntry) IsDir() bool                { return d.info.IsDir() }